home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960209-19960425 / 000019_news@columbia.edu _Wed Feb 14 08:01:52 1996.msg < prev    next >
Internet Message Format  |  1996-05-13  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id IAA28839 for <kermit.misc@watsun>; Wed, 14 Feb 1996 08:01:47 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id IAA06763 for kermit.misc@watsun; Wed, 14 Feb 1996 08:01:43 -0500 (EST)
  4. Path: news.columbia.edu!news.cs.columbia.edu!pipeline!psinntp!psinntp!howland.reston.ans.net!newsfeed.internetmci.com!newsserver.jvnc.net!news.cyanamid.com!news
  5. From: Bala Balakrishnan <balakrishnanb@cyanamid.com>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Kermit - Escaping to local mode in batch mode. URGENT!
  8. Date: 13 Feb 1996 19:04:57 GMT
  9. Organization: American Cyanamid
  10. Lines: 27
  11. Message-ID: <4fqncp$mkk@igate2.pt.cyanamid.com>
  12. NNTP-Posting-Host: 141.173.27.28
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=us-ascii
  15. Content-Transfer-Encoding: 7bit
  16. X-Mailer: Mozilla 1.2 (Windows; U; 16bit)
  17.  
  18. I am trying to write a shell script which will use kermit for file 
  19. transfer in non-interactive mode. Kermit will be used to connect from a 
  20. unix machine to a OS/2 which will be placed in "Send" mode. At that point 
  21. I have to "Escape" back to my local kermit and issue a "receive" command 
  22. to get the file.
  23.  
  24. When I automate this using the kermit "input" and "output" commands to 
  25. connect and then get the files, it works fine until I reach a point where 
  26. I have to "escape" back to the local kermit. I tried sending the 
  27. following escape sequences 
  28.  
  29. output \28C      OR
  30. output \28\28C   OR
  31. \28C
  32. \28\28C
  33. but nothing seems to work. I have to terminate the script. Can anyone 
  34. tell me what's the problem here. Yes! I did purchase the book "C-kermit" 
  35. but I haven't been able to find the solution as yet. I need to get this 
  36. resolved as quickly as possible. I would be immensely greatful if anyone 
  37. can help me fast.
  38.  
  39. Let me know if you need any additional information. 
  40.  
  41. NOTE: My shell script does the "set escape-character 28" in kermit. 
  42. Thanks,
  43. Bala.
  44.